home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / game / misc / mris1_1src.lha / .mris1_1src.lha / ConfigFont.h < prev    next >
C/C++ Source or Header  |  1996-10-04  |  171b  |  10 lines

  1. #ifndef CONFIGFONT_H
  2. #define CONFIGFONT_H
  3.  
  4. extern struct AsyncAslMessage FontMessage;
  5.  
  6. void OpenConfigFont(void);
  7. int ProcessConfigFont(void);
  8.  
  9. #endif  /* CONFIGFONT_H */
  10.